Package com.rabbitmq.stream
Interface Resource
-
public interface ResourceMarker interface forResource-like classes.Instances of these classes have different states during their lifecycle: open, recovering, closed, etc. Application can be interested in taking some actions for a given state (e.g. stopping publishing when a
Produceris recovering after a connection problem and resuming publishing when it is open again).
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceResource.ContextContext of a resource state change.static classResource.StateResource state.static interfaceResource.StateListenerApplication listener for aResource.
-