Uses of Interface
io.camunda.client.api.search.filter.builder.MessageSubscriptionStateProperty
Packages that use MessageSubscriptionStateProperty
Package
Description
-
Uses of MessageSubscriptionStateProperty in io.camunda.client.api.search.filter
Method parameters in io.camunda.client.api.search.filter with type arguments of type MessageSubscriptionStatePropertyModifier and TypeMethodDescriptionMessageSubscriptionFilter.messageSubscriptionState(Consumer<MessageSubscriptionStateProperty> fn) Filter by message subscription state using aMessageSubscriptionStatePropertyconsumer. -
Uses of MessageSubscriptionStateProperty in io.camunda.client.impl.search.filter
Method parameters in io.camunda.client.impl.search.filter with type arguments of type MessageSubscriptionStatePropertyModifier and TypeMethodDescriptionMessageSubscriptionFilterImpl.messageSubscriptionState(Consumer<MessageSubscriptionStateProperty> fn) -
Uses of MessageSubscriptionStateProperty in io.camunda.client.impl.search.filter.builder
Classes in io.camunda.client.impl.search.filter.builder that implement MessageSubscriptionStatePropertyMethods in io.camunda.client.impl.search.filter.builder that return MessageSubscriptionStatePropertyModifier and TypeMethodDescriptionMessageSubscriptionStatePropertyImpl.eq(MessageSubscriptionState value) MessageSubscriptionStatePropertyImpl.exists(boolean value) MessageSubscriptionStatePropertyImpl.in(MessageSubscriptionState... values) MessageSubscriptionStatePropertyImpl.in(List<MessageSubscriptionState> values) MessageSubscriptionStatePropertyImpl.neq(MessageSubscriptionState value)