public interface Feature
Request and Confirmation types together with an
action name.| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Get the action name of the feature.
|
Class<? extends Confirmation> |
getConfirmationType()
Get the
Confirmation Type for the feature. |
Class<? extends Request> |
getRequestType()
|
Confirmation |
handleRequest(UUID sessionIndex,
Request request)
Handle request.
|
Confirmation handleRequest(UUID sessionIndex, Request request)
sessionIndex - source of the request.request - the Request to be handled.Confirmation to be send back.Class<? extends Confirmation> getConfirmationType()
Confirmation Type for the feature.Confirmation Type.String getAction()
Copyright © 2022. All rights reserved.