Package com.eka.middleware.service
Class RuntimePipeline
java.lang.Object
com.eka.middleware.service.RuntimePipeline
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimePipeline
create
(Tenant tenant, String requestId, String correlationId, io.undertow.server.HttpServerExchange exchange, String resource, String urlPath) void
destroy()
static void
org.pac4j.core.profile.UserProfile
io.undertow.server.HttpServerExchange
static RuntimePipeline
getPipeline
(String id) getUser()
boolean
boolean
static List<RuntimePipeline>
void
logOut()
void
redirectRequest
(String path) void
setCreateDate
(Date createDate) void
setDestroyed
(boolean isDestroyed) void
void
writeSnapshot
(String resource, String json)
-
Field Details
-
payload
-
dataPipeLine
-
-
Constructor Details
-
RuntimePipeline
-
-
Method Details
-
getExecutor
-
isExchangeInitialized
public boolean isExchangeInitialized() -
getExchange
- Throws:
SnippetException
-
writeSnapshot
-
redirectRequest
- Throws:
SnippetException
-
isDestroyed
public boolean isDestroyed() -
setDestroyed
public void setDestroyed(boolean isDestroyed) -
getSessionID
-
getCurrentLoggedInUserProfile
- Throws:
SnippetException
-
logOut
- Throws:
SnippetException
-
create
-
getPipeline
-
listActivePipelines
-
destroy
public void destroy() -
destroy
-
getCorrelationId
-
getTenant
-
getCreateDate
-
setCreateDate
-
getUser
-
setUser
-