public class StreamProcessorService extends Object implements Service<StreamProcessorService>
| Constructor and Description |
|---|
StreamProcessorService(StreamProcessorController controller,
ServiceContainer serviceContainer,
ServiceName<StreamProcessorService> serviceName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ActorFuture<Void> |
closeAsync() |
StreamProcessorService |
get() |
StreamProcessorController |
getController() |
void |
start(ServiceStartContext startContext) |
void |
stop(ServiceStopContext stopContext) |
public StreamProcessorService(StreamProcessorController controller, ServiceContainer serviceContainer, ServiceName<StreamProcessorService> serviceName)
public void start(ServiceStartContext startContext)
start in interface Service<StreamProcessorService>public void stop(ServiceStopContext stopContext)
stop in interface Service<StreamProcessorService>public StreamProcessorService get()
get in interface Service<StreamProcessorService>public ActorFuture<Void> closeAsync()
public void close()
public StreamProcessorController getController()
Copyright © 2017–2018 camunda services GmbH. All rights reserved.