Class NotifyingPushConnection.Factory

java.lang.Object
com.vaadin.kubernetes.starter.sessiontracker.push.NotifyingPushConnection.Factory
All Implemented Interfaces:
com.vaadin.flow.function.SerializableFunction<com.vaadin.flow.component.UI,com.vaadin.flow.server.communication.PushConnection>, com.vaadin.flow.server.communication.PushConnectionFactory, Serializable, Function<com.vaadin.flow.component.UI,com.vaadin.flow.server.communication.PushConnection>
Enclosing class:
NotifyingPushConnection

public static class NotifyingPushConnection.Factory extends Object implements com.vaadin.flow.server.communication.PushConnectionFactory
Service loader implementation to provide NotifyingPushConnections
See Also:
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • apply

      public com.vaadin.flow.server.communication.PushConnection apply(com.vaadin.flow.component.UI ui)
      Specified by:
      apply in interface Function<com.vaadin.flow.component.UI,com.vaadin.flow.server.communication.PushConnection>