Interface ILogTailDelegator
-
- All Known Subinterfaces:
IOptionsServer,IServer,IStreamingServer
- All Known Implementing Classes:
LogTailDelegator,NtsServerImpl,OneShotServerImpl,RpcServer,Server
public interface ILogTailDelegatorInteface for log tail.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILogTailgetLogTail(LogTailOptions opts)Gets the log tail.
-
-
-
Method Detail
-
getLogTail
ILogTail getLogTail(LogTailOptions opts) throws P4JavaException
Gets the log tail.- Parameters:
opts- the opts- Returns:
- the log tail
- Throws:
P4JavaException- the p4 java exception
-
-