| Package | Description |
|---|---|
| org.swisspush.gateleen.player.player |
| Modifier and Type | Method and Description |
|---|---|
Player |
Player.play() |
Player |
Player.setClient(Client client) |
Player |
Player.setExchangeHandler(ExchangeHandler exchangeHandler) |
Player |
Player.setGracePeriod(long gracePeriod)
The time (ms) at the end of the scenario to wait before closing the collector.
|
Player |
Player.setInputLog(com.google.common.collect.FluentIterable<Exchange> inputLog) |
Player |
Player.setInputLog(String urlPrefix,
String inputLogLocation) |
Player |
Player.setInputLog(String urlPrefix,
String inputLogLocation,
com.google.common.base.Predicate<? super Exchange> inputFilter) |
Player |
Player.setOutputCollector(Collector collector) |
Player |
Player.setOutputCollector(String urlPrefix,
String sockPath,
String eventBusAddress) |
Player |
Player.setOutputCollector(String urlPrefix,
String sockPath,
String eventBusAddress,
com.google.common.base.Predicate<? super Exchange> outputFilter) |
Player |
Player.setTimingFunction(com.google.common.base.Function<Long,Long> timingFunction) |
Copyright © 2016–2019. All rights reserved.