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 Summary
FieldsModifier and TypeFieldDescriptionfinal ZeebeClientDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionZeebeClientClosingEvent(Object source, ZeebeClient client) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
client
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
ZeebeClientClosingEvent
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getClient
Deprecated, for removal: This API element is subject to removal in a future version.
-