Class ZeebeClientClosingEvent

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

public class ZeebeClientClosingEvent 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 ZeebeClientCreatedEvent for more details
See Also:
  • Field Details

  • Constructor Details

    • ZeebeClientClosingEvent

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