Package org.bedework.eventreg.service
Interface EventregRequestHandler
- All Known Implementing Classes:
SvcRequestHandler
public interface EventregRequestHandler
Does the work of processing eventreg system messages
- Author:
- douglm
-
Method Details
-
start
void start()Lifecycle -
stop
void stop()Lifecycle -
isRunning
boolean isRunning()Lifecycle- Returns:
- true if service running
-
listen
void listen()Listen for messages and process them. Returns at shutdown. -
addRequest
- Parameters:
val- a request for processing- Throws:
Throwable
-
close
void close()Shut down the process
-