Various small fixes

This commit is contained in:
Christopher Schnick
2022-10-22 20:00:19 +02:00
parent aa07f88e1d
commit 38efb368ec
13 changed files with 466 additions and 79 deletions

View File

@@ -1,3 +1,5 @@
import com.fasterxml.jackson.databind.Module;
import io.xpipe.beacon.BeaconJacksonModule;
import io.xpipe.beacon.exchange.*;
import io.xpipe.beacon.exchange.api.QueryRawDataExchange;
import io.xpipe.beacon.exchange.api.QueryTableDataExchange;
@@ -24,6 +26,7 @@ module io.xpipe.beacon {
uses MessageExchange;
provides Module with BeaconJacksonModule;
provides io.xpipe.beacon.exchange.MessageExchange with
ForwardExchange,
InstanceExchange,