Class ZeebeClientClosingEvent

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

@Deprecated(since="8.6", forRemoval=true) public class ZeebeClientClosingEvent extends org.springframework.context.ApplicationEvent
Deprecated, for removal: This API element is subject to removal in a future version.
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

    • client

      public final ZeebeClient client
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • ZeebeClientClosingEvent

      public ZeebeClientClosingEvent(Object source, ZeebeClient client)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getClient

      public ZeebeClient getClient()
      Deprecated, for removal: This API element is subject to removal in a future version.