public interface DeclarationSessionAgentService
ExternalMessageHandlers| Modifier and Type | Method and Description |
|---|---|
DeclarationSessionContainer |
createDeclarationSession(List<org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency> dependencies,
org.mule.runtime.app.declaration.api.ArtifactDeclaration artifactDeclaration,
Map<String,String> sessionProperties) |
boolean |
deleteSession(String id) |
Optional<DeclarationSessionContainer> |
getSession(String id) |
DeclarationSessionContainer createDeclarationSession(List<org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency> dependencies, org.mule.runtime.app.declaration.api.ArtifactDeclaration artifactDeclaration, Map<String,String> sessionProperties)
Optional<DeclarationSessionContainer> getSession(String id)
boolean deleteSession(String id)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.