This is an example of an hierarchical model specified with conditional distributions. $\mu$ is a latent variable, so conditioned on a given value for $\mu$, $\beta$ has a normal distribution.
You can derive the distribution for $\beta$ given the hyperparameters $\lambda$ and $\eta$, or you can use a Gibbs sampler to do inference.
A good example of this can be seen for the Beta-Binomial distribution. Where you have some prior assumptions on the distribution of on of the parameters. The derivation of the distribution that you get is on the wiki page in the link.
In the beta-binomial case you can calculate the posterior distribution, but that is not always possible, so one needs to use sampling techniques to do inference.