Package io.harness.cf.client.connector
Interface Service
-
- All Known Implementing Classes:
EventSource
public interface Service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidstart()voidstop()
-
-
-
Method Detail
-
start
void start() throws java.lang.InterruptedException, ConnectorException- Throws:
java.lang.InterruptedExceptionConnectorException
-
stop
void stop() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
close
void close() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-