protected <RESULT> FacadeResult<RESULT> |
ProtocolResultHandler.handleConsentAcquired(ConsentAcquiredResult<RESULT,?> result) |
|
protected <RESULT,REQUEST extends FacadeServiceableGetter> FacadeResult<RESULT> |
ProtocolResultHandler.handleError(ErrorResult<RESULT> result,
UUID xRequestId,
ServiceContext<REQUEST> session,
FacadeServiceableRequest request) |
|
protected <RESULT,REQUEST extends FacadeServiceableGetter> FacadeResult<RESULT> |
ProtocolResultHandler.handleNonRedirectableError(ErrorResult<RESULT> result,
UUID xRequestId,
ServiceContext<REQUEST> session) |
|
protected <RESULT,REQUEST extends FacadeServiceableGetter> FacadeResult<RESULT> |
ProtocolResultHandler.handleRedirectableError(ErrorResult<RESULT> result,
UUID xRequestId,
ServiceContext<REQUEST> session,
FacadeServiceableRequest request) |
|
protected FacadeResult<RESULT> |
FacadeService.handleResult(Result<RESULT> result,
FacadeServiceableRequest request,
ServiceContext<REQUEST> ctx) |
|
<RESULT,REQUEST extends FacadeServiceableGetter> FacadeResult<RESULT> |
ProtocolResultHandler.handleResult(Result<RESULT> result,
FacadeServiceableRequest request,
ServiceContext<REQUEST> session) |
This class must ensure that it is separate transaction - so it won't join any other as is used with
CompletableFuture.
|
protected <RESULT,REQUEST extends FacadeServiceableGetter> @NotNull FacadeResult<RESULT> |
ProtocolResultHandler.handleSuccess(SuccessResult<RESULT> result,
UUID xRequestId,
ServiceContext<REQUEST> session) |
|