JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
io.helidon.messaging
Package
io.helidon.messaging
Interface Stoppable
public interface
Stoppable
Messaging connector which can be notified about messaging stop.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
stop
()
Invoked during
Messaging.stop()
.
Method Details
stop
void
stop
()
Invoked during
Messaging.stop()
.