public interface MARSPlugin
MARSEndpoint
and provides extra information nodes.
MARS plugins should not allocate any external resources like threads and JMX beans (MARS nodes are Ok)
during construction. The start()
method will be called at most once by MARSEndpoint
for this purpose and
stop()
method will be called at most once when resources are no longer needed. The instance will not be reused
after that.Modifier and Type | Interface and Description |
---|---|
static class |
MARSPlugin.Factory
Factory for MARS Plugins that provide additional features for
MARSEndpoint . |
Copyright © 2015 Devexperts. All Rights Reserved.