JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.activej.common.service
Interface BlockingService
public interface
BlockingService
It is service which blocks thread during operations start and stop.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
start
()
void
stop
()
Method Details
start
void
start
() throws
Exception
Throws:
Exception
stop
void
stop
() throws
Exception
Throws:
Exception