Class InterceptorInvocationResult.InProgress

    • Constructor Detail

      • InProgress

        public InProgress​(int invocationID,
                          InterceptorInvocationActivity activity)
        Create a new interceptor invocation in-progress result.
        Parameters:
        invocationID - interceptor invocation id.
    • Method Detail

      • getInvocationID

        public int getInvocationID()
        Get the invocation id of this interceptor invocation. This same id will be included in the InterceptorInvocationCompletedEvent fired when this interceptor invocation completes.
        Returns:
        the invocation id.