Interface TimerMetaDataConfiguration<V>

Type Parameters:
V - the timer metadata value type

public interface TimerMetaDataConfiguration<V>
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.clustering.marshalling.Marshaller<Object,V>
     
    boolean
     
  • Method Details

    • getMarshaller

      org.wildfly.clustering.marshalling.Marshaller<Object,V> getMarshaller()
    • isPersistent

      boolean isPersistent()