All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fixprotocol.md.event.MutableContextual Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package io.fixprotocol.md.event;



public interface MutableContextual {

  /**
   * Set a parent Context to build a hierarchy
   *
   * @param parent parent Context
   */
  void setParent(Context parent);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy