Package io.github.centrifugal.centrifuge
Interface CompletionCallback
-
public interface CompletionCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDone(java.lang.Throwable e)
Called when operation done.
-