Class VertxSessionIdentifierFactory

java.lang.Object
org.wildfly.clustering.vertx.web.VertxSessionIdentifierFactory
All Implemented Interfaces:
Supplier<String>, org.wildfly.clustering.function.Supplier<String>

public class VertxSessionIdentifierFactory extends Object implements org.wildfly.clustering.function.Supplier<String>
Author:
Paul Ferraro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface org.wildfly.clustering.function.Supplier

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
    VertxSessionIdentifierFactory(io.vertx.core.Context context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.wildfly.clustering.function.Supplier

    handle, map, thenAccept, thenApply, thenApplyAsDouble, thenApplyAsInt, thenApplyAsLong, thenTest
  • Field Details

  • Constructor Details

    • VertxSessionIdentifierFactory

      public VertxSessionIdentifierFactory(io.vertx.core.Context context)
  • Method Details