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 ZeebeClient is about to close. Typically, during application shutdown, but maybe more often in test case or never if the ZeebeClient is disabled, see ZeebeClientCreatedEvent for more details
See Also:
  • Field Details

  • Constructor Details

    • ZeebeClientClosingEvent

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