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

io.ryos.rhino.sdk.dsl.ContainerScopeDsl Maven / Gradle / Ivy

The newest version!
package io.ryos.rhino.sdk.dsl;

import io.ryos.rhino.sdk.data.UserSession;
import io.ryos.rhino.sdk.dsl.SessionDslItem.Scope;

public interface ContainerScopeDsl {

  UserSession collect(UserSession userSession, R response, String sessionKey,
      Scope sessionScope);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy