Skip to content

Commit

Permalink
[hotfix] Register runtime provider
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Jun 6, 2023
1 parent d486728 commit acfe67a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
import org.apache.streampipes.sinks.databases.jvm.DatabasesJvmInit;
import org.apache.streampipes.sinks.internal.jvm.SinksInternalJvmInit;
import org.apache.streampipes.sinks.notifications.jvm.SinksNotificationsJvmInit;
import org.apache.streampipes.wrapper.standalone.runtime.StandaloneStreamPipesRuntimeProvider;

public class AllExtensionsIIoTInit extends ExtensionsModelSubmitter {

Expand All @@ -63,6 +64,7 @@ public SpServiceDefinition provideServiceDefinition() {
.merge(new DatabasesJvmInit().provideServiceDefinition())
.merge(new SinksNotificationsJvmInit().provideServiceDefinition())
.merge(new InfluxConnectorsInit().provideServiceDefinition())
.registerRuntimeProvider(new StandaloneStreamPipesRuntimeProvider())
.registerMessagingFormats(
new JsonDataFormatFactory(),
new CborDataFormatFactory(),
Expand Down

0 comments on commit acfe67a

Please # to comment.