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 Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
client
-
-
Constructor Details
-
ZeebeClientClosingEvent
-
-
Method Details
-
getClient
-