public interface Queue extends Map<String,Object>
Modifier and Type | Method and Description |
---|---|
void |
configure() |
String |
executeRead(String step,
String stepDisplayName,
Properties properties,
String fileName,
String fileContent) |
int |
executeWrite(String stepDisplayName,
String fileContent,
String correlationId,
Map<String,Object> xsltParameters) |
void |
open() |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
void configure() throws ConfigurationException
ConfigurationException
void open() throws ConfigurationException
ConfigurationException
int executeWrite(String stepDisplayName, String fileContent, String correlationId, Map<String,Object> xsltParameters) throws TimeoutException, SenderException, ListenerException
String executeRead(String step, String stepDisplayName, Properties properties, String fileName, String fileContent) throws SenderException, IOException, TimeoutException, ListenerException
Copyright © 2023 Frank!Framework. All rights reserved.