Beamable SDK
Public Member Functions | List of all members
Beamable.Service.IServiceResolver< T > Interface Template Reference

This type defines functionality implemented by a collections of resolvers. More...

Inheritance diagram for Beamable.Service.IServiceResolver< T >:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Service.IServiceResolver< T >:
Collaboration graph
[legend]

Public Member Functions

void OnTeardown ()
 
bool CanResolve ()
 
bool Exists ()
 
Resolve ()
 

Detailed Description

This type defines functionality implemented by a collections of resolvers.

It contains only those methods that can be used generically across resolvers without knowing the type they resolve. Pragmatically any implementor should always inherit the generic typed interface below.

Type Constraints
T :class 

The documentation for this interface was generated from the following file: