JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
me.ehp246.aufjms.api.inbound
Interface BoundInvocable
public interface
BoundInvocable
An
Invocable
that has been bound to a
JmsMsg
, ready to be invoked.
Since:
1.0
Author:
Lei Yang
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
Object
[]
arguments
()
Resolved arguments.
Invocable
invocable
()
default
Invoked
invoke
()
JmsMsg
msg
()
Method Details
invocable
Invocable
invocable
()
msg
JmsMsg
msg
()
arguments
Object
[]
arguments
()
Resolved arguments. Might not contain a value but the array should never be
null
.
invoke
default
Invoked
invoke
()