Interface ConsumerAction<T>
-
public interface ConsumerAction<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConsumerOperationParametersgetParameters()Trun(ConsumerConnection connection)
-
-
-
Method Detail
-
getParameters
ConsumerOperationParameters getParameters()
-
run
T run(ConsumerConnection connection)
-
-