public interface JLupinDelegator
JLupinDelegator
is the Business JLupinDelegator J2EE pattern.
Delegate request to proper microservice
into microservice (business) tier| Modifier and Type | Method and Description |
|---|---|
void |
after()
Deprecated.
|
void |
before()
Deprecated.
|
JLupinOutputParameter |
delegate(JLupinInputParameter jLupinInputParameter)
Delegates request.
|
void |
start()
Starts internal resources.
|
void |
stop()
Stops internal resources.
|
JLupinOutputParameter delegate(JLupinInputParameter jLupinInputParameter) throws JLupinDelegatorException
jLupinInputParameter - jLupinInputParameterJLupinDelegatorException - on error@Deprecated void after() throws JLupinDelegatorException
JLupinDelegatorException - on error@Deprecated void before() throws JLupinDelegatorException
JLupinDelegatorException - on errorvoid start()
throws JLupinDelegatorException
JLupinDelegatorException - on errorvoid stop() throws JLupinDelegatorException
JLupinDelegatorException - on error