public interface EventregRequestHandler
| Modifier and Type | Method and Description |
|---|---|
void |
addRequest(EventregRequest val) |
void |
close()
Shut down the process
|
boolean |
isRunning()
Lifecycle
|
void |
listen()
Listen for messages and process them.
|
void |
start()
Lifecycle
|
void |
stop()
Lifecycle
|
void start()
void stop()
boolean isRunning()
void listen()
void addRequest(EventregRequest val) throws Throwable
val - a request for processingThrowablevoid close()
Copyright © 2018 Bedework. All rights reserved.