Package io.smallrye.reactive.messaging
Interface PausableChannelConfiguration
public interface PausableChannelConfiguration
A channel that can be paused and resumed.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the channel is paused at subscribe time.name()The name of the channel.
-
Field Details
-
PAUSABLE_PROPERTY
The name of the property to configure whether the channel is pausable.- See Also:
-
PAUSED_PROPERTY
The name of the property to configure whether the channel is initially paused.- See Also:
-
-
Method Details
-
name
String name()The name of the channel. -
initiallyPaused
boolean initiallyPaused()Whether the channel is paused at subscribe time.
-