001 002package io.vrap.rmf.base.client; 003 004public interface Context { 005 Object getValue(); 006}