JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
jadex.publishservice.publish.annotation
Annotation Interface MethodMapper
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
public @interface
MethodMapper
Method mapper annotation. Can be used to express to what exact Jadex service method a call should be routed to.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The method name.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
Class
<?>[]
parameters
The method parameters.
Element Details
value
String
value
The method name.
parameters
Class
<?>[]
parameters
The method parameters.
Default:
{}