Interface PushConnectionFactory

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface PushConnectionFactory
    Factory for PushConnection. Produces a PushConnection for the provided Registry
    Since:
    1.0
    • Method Detail

      • create

        PushConnection create​(Registry registry)
        Creates a new PushConnection instance for the given registry.
        Parameters:
        registry - the global registry
        Returns:
        the push connection instance