Package io.digdag.spi
Interface ParamServerClientConnection<T>
-
public interface ParamServerClientConnection<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()java.lang.StringgetType()
-
-
-
Method Detail
-
get
T get()
-
getType
java.lang.String getType()
-
-