java.lang.AutoCloseable, java.io.Closeable@Private
@Unstable
public interface ServicePlugin
extends java.io.Closeable
| Modifier and Type | Method | Description |
|---|---|---|
void |
start(java.lang.Object service) |
This method is invoked when the service instance has been started.
|
void |
stop() |
This method is invoked when the service instance is about to be shut down.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.