public static interface CuttingOffExecutor.Invoke<T>
Modifier and Type | Method and Description |
---|---|
T |
invoke(CuttingOffExecutor.Callback callback)
This method is invoked when implementation of
CuttingOffExecutor decides that this operation should
not be cut off but executed instead. |
@Nonnull T invoke(@Nonnull CuttingOffExecutor.Callback callback)
CuttingOffExecutor
decides that this operation should
not be cut off but executed instead.callback
- implementations should call one of its methods to indicate success or failure of
performed network operation. This does not have to be done within a scope of this
method but rather once all network operations initiated by this operation finish.Copyright © 2002-2019 Atlassian. All Rights Reserved.