Class CamundaClientClosingEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.camunda.spring.client.event.CamundaClientClosingEvent
All Implemented Interfaces:
Serializable

public class CamundaClientClosingEvent extends org.springframework.context.ApplicationEvent
Emitted when the CamundaClient is about to close. Typically, during application shutdown, but maybe more often in test case or never if the CamundaClient is disabled, see CamundaClientCreatedEvent for more details
See Also:
  • Field Details

  • Constructor Details

    • CamundaClientClosingEvent

      public CamundaClientClosingEvent(Object source, CamundaClient client)
  • Method Details